projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac6761
)
* configure.ac (MAKE): Export it, for config.status.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 31 Aug 2014 02:34:31 +0000
(19:34 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 31 Aug 2014 02:34:31 +0000
(19:34 -0700)
Needed on AIX when 'configure' infers MAKE=gmake.
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 7f0127755aac2da87c837d5e8c601ec83d451510..b61def192ad3d2410174eddcaac5f1e1009d7461 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2014-08-31 Paul Eggert <eggert@cs.ucla.edu>
+
+ * configure.ac (MAKE): Export it, for config.status.
+ Needed on AIX when 'configure' infers MAKE=gmake.
+
2014-08-30 Paul Eggert <eggert@cs.ucla.edu>
Vector-sorting fixes (Bug#18361).
diff --git
a/configure.ac
b/configure.ac
index 4f17a55895e78d8fc98b7e422241aee97bf68796..32a55fc46e9c03e1ba356f17379f80128f3bf760 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-130,6
+130,7
@@
If you have it installed under another name, configure with 'MAKE=...'.
For example, run '$0 MAKE=gnu-make'.]])
}
MAKE=$ac_cv_path_MAKE
+export MAKE
dnl Fairly arbitrary, older versions might work too.
AM_INIT_AUTOMAKE(1.11)